home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / stdwin / H / style.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-21  |  184 b   |  11 lines  |  [TEXT/CWIE]

  1. /* STDWIN -- TEXT ATTRIBUTES. */
  2.  
  3. #define PLAIN        0x00
  4. #define HILITE        0x01
  5. #define INVERSE        0x02
  6. #define ITALIC        0x04
  7. #define BOLD        0x08
  8. #define UNDERLINE    0x10
  9.  
  10. extern TEXTATTR wattr;
  11.